速報APP / 商業 / Term> SSH/SFTP, ssl, tcp client

Term> SSH/SFTP, ssl, tcp client

價格:免費

更新日期:2019-05-10

檔案大小:5.3M

目前版本:1.2.10

版本需求:Android 4.4 以上版本

官方網站:mailto:droid002235@gmail.com

Email:http://sites.google.com/view/termssh/privacy

Term> SSH/SFTP, ssl, tcp client(圖1)-速報App

SSH, SFTP, SSL and TCP client tool and Android terminal emulator.

Video tutorial:

https://www.youtube.com/channel/UCo1x-hkMQA0D-e8Uk2Bmgxw

You can report bugs, ask questions, share your experience here:

https://groups.google.com/forum/#!forum/term-ssh-sftp-ssl-tcp-client

You get:

Term> SSH/SFTP, ssl, tcp client(圖2)-速報App

- SSH client

- SFTP share action (quick upload of text, images and more from other apps. No file system permissions required)

- SSL and raw TCP terminal-like clients (for testing remote services)

- Android terminal

- BusyBox (non-root only)

- Multiple simultaneous sessions

Term> SSH/SFTP, ssl, tcp client(圖3)-速報App

- Password encryption (Android 6.0 Marshmallow and above, AES 256 via Android

Keystore technology: the key is kept out of application space and may be bound to the

secure hardware)

- Launcher shortcuts

- Chrome-like tabs

- Mouse simulation (limited)

Term> SSH/SFTP, ssl, tcp client(圖4)-速報App

- Pinch to zoom

Paid features (30 days trial):

- Public Key Authentication via Android KeyChain (The device acts very similar to a smartcard: the application never gets access to the private key so the key never gets compromised, but You have to enable secure lock screen on the device).

Android KeyChain supports keys in PKCS #12 format (*.p12 *.pfx).

On Linux for example :

$ ssh-keygen

Term> SSH/SFTP, ssl, tcp client(圖5)-速報App

$ openssl req -x509 -new -key id_rsa -days 10000 -out id_rsa.crt

$ openssl pkcs12 -export -out id_rsa.p12 -in id_rsa.crt -inkey id_rsa

Term> SSH/SFTP, ssl, tcp client(圖6)-速報App